home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qfe20b.zip / QFE.DOC next >
Text File  |  1990-08-08  |  10KB  |  185 lines

  1.           QFE File Editor - Version 2.0ß  -  08-04-90 By Jim Black
  2.  
  3.       This program will allow QuickBBS/RA sysops to edit thier file areas
  4.   with little work.  It will read information from your FILES.RA *OR*
  5.   FLSEARCH.CTL to find out where your areas are located.  QFE Started out
  6.   as a QuickBBS utility, but like everyone else, I switched to RemoteAccess.
  7.   QFE will always support QuickBBS And other files.bbs types of BBSs, but
  8.   RA will get most of the attention now.  The name still remains QFE since
  9.   someone already bet me to RAFE!  RAQFE seems too long to type!
  10.  
  11. Flags: QFE displays a flag column to show the statistics of each file.
  12.    'D' Deleted from list! (Displayed in red) This flag is displayed on
  13.        files that are on the drive, but not in the files.bbs list.
  14.    'S' System date!  Any file that contains an invalid file date will
  15.        automatically have the S flag toggled on at startup.  This means
  16.        that the filedate will be touched with the system date at save.
  17.    'M' Missing!  This flag is displayed on all files that are in the
  18.        files.bbs list, but are missing from the drive.  This checks the
  19.        archive bit of the file as well as it's existance.
  20.    'T' Transfer file to another area!  You will be prompted for a new
  21.        file area to transfer this file to.
  22.  
  23. Commands:
  24.    While in 'area selection mode', simply use the arrow keys and return
  25.    (or your mouse and the first button) to select an area.
  26.  
  27.    While in 'edit mode', the following keys are valid:
  28.    ESC  Abort all changes and return to 'area selection mode'!
  29.    F1   Save all changes made.
  30.    F2   Toggle deleted 'D'.  You have the ability to remove or add files
  31.         to the list.  This can also toggle comments to be removed.  If a
  32.         file, that is physically on the drive, is flagged for deletion
  33.         at save time, you will be asked if you wish to physically remove
  34.         it from the drive (defaults to No).
  35.    F3   Toggle Move/Transfer!  This key has two purposes, depending on
  36.         the mode you are in!  Normaly, this is the transfer flag toggle,
  37.         which allows you to transfer a file from one directory to another.
  38.         This key also allows you to mark files to move within the current
  39.         file area when doing a block move (F7).
  40.    F4   Toggle System date!  Simply flag a file to be date touched.
  41.    F5   Sort Filelist!  You are prompted to sort your list by filename,
  42.         filedate, or description.  Files are sorted between comments if
  43.         any comments exist.
  44.    F6   Rename file!  Renaming is done at the time you choose a name,
  45.         but the FILES.BBS is not updated until you type F1 for save
  46.         so be sure you don't abort your changes if you have renamed files.
  47.    F7   Tag a file to be moved with F8.
  48.    F8   Moves any tagged files to the current cursor line.
  49.    F9   Add comment!  This will insert a comment line into your files.bbs.
  50.         QFE handles comments in a manner that may be slightly different
  51.         than what you may be used to.  All comment lines must start with
  52.         a minus (-) sign (put in automatically when pressing F9).  You
  53.         type the description in the description field as if it were a file.
  54.         Blank or null lines are not suported as a comment.  All lines must
  55.         begin with a minus sign.
  56.    F10  Display a Quick-Help! screen.
  57.    PgUp/PgDn allow you to jump forward or backward a full screen.
  58.    ^X   Delete from the cursor position to the end of the line.
  59.    ^D   Duplicate the above description!  This also allows incrementation
  60.         of a group of files: for instance: [1/5] in the description means
  61.         disk one of 5 in a set, and ^D automatically ads 1 to the first
  62.         number making the next description [2/5] and so forth.
  63.    ^G   Insert GIF resolution.  Where GIF files seem to be standard on all
  64.         Bulletin board systems, I felt it useful to be able to insert the
  65.         GIF header (Resolution and colors) directly into the description.
  66.         ^G will insert from the begining of the description and move the
  67.         existing description over.
  68.    delete, backspace, insert, home, end, and return all work the way you
  69.    would expect them to.
  70.  
  71. Enviornment variable RA:
  72.     Weather you are running RemoteAccess or any BBS that used the standard
  73.     files.bbs, you can set the Envionment variable RA to point to the path
  74.     where your FILES.RA or FLSEARCH.CTL resides.  This will allow QFE to
  75.     find the areas list from any directory you run it from.  The areas list
  76.     is searched for in the following order:
  77.       1. FILES.RA in the current directory
  78.       2. FILES.RA in the directory pointed to by the enviornment variable RA.
  79.       3. FLSEARCH.CTL in the directory pointed to by RA if it exists or
  80.          FLSEARCH.CTL in the current directory if RA doesn't exist.
  81.     To set RA add the following line to your Autoexec.bat:
  82.     SET RA=C:\RA  (Assuming that c:\ra is your bbs directory).
  83.     Note:  If you are using a registered version, QFE.KEY should go in the
  84.     directory pointed to ny RA.
  85.  
  86. Limits:
  87.     QFE currently supports up to 100 areas each containing up to 600 files.
  88.     any more will simply be ignored and QFE will not allow you to change
  89.     the existing files.  Future releases will allow more directories to be
  90.     used, but these numbers should be enough for most people.   I plan on
  91.     increasing the areas to 200 and the files as high as ram would allow.
  92.     First I have to play around with extended memory though.
  93.     Notice the length of the description field.  If you find that you are
  94.     chopping off some of your descriptions you will have to get used to the
  95.     size of the field or not use QFE.
  96.  
  97. Notes:
  98.     One thing you may notice is that blank filenames and/or directory names
  99.     may appear in the list.  this is simply due to your having blank lines
  100.     in your FLSEARCH.CTL or your FILES.BBS lists.  Simply remove the blank
  101.     lines and you will have no problems.  Also having ^Zs (MSDOS end of file
  102.     marks) has been known to create errors.  All ^Zs should be stripped if
  103.     they exist.
  104.  
  105. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  106.  
  107. NEW TO RELEASE 2.0Beta OVER 1.1
  108.  
  109. o  Completely re-wrote all the display routines.
  110. o  Adding mouse support.
  111. o  Now has Comment Support (In sorts and file moves within a files.bbs).
  112. o  Added File tag toggle (F7)
  113. o  Added File Move within filelist (F8)
  114. o  Added comment insert (F9)
  115. o  Added Help screen (F10)
  116. o  ^D (duplicate above field) now checks for [ / ] and increments the file
  117.    number in a group. ex: [1/5] meaning disk one of five.
  118. o  ^G inserts a .GIF resolution in the description.
  119. o  fixed a bug that would strip off the first character of the description
  120.    when proccessing filedoor's non-standard indented descriptions.
  121. o  In earlier versions files with the archive bit not set would show up as
  122.    missing files.  Now archive and non-archive bit files show up.  All other
  123.    Attributes (system, read-only, hidden) won't be found.  This had to be
  124.    fixed because most backup software tampers with this attribute.
  125. o  Makes use of 43/60 line mode on EGA/VGA monitors.
  126. o  File transfer bugs fixed:
  127.    o Changed File transfer so that if a problem exists in copying the file
  128.      it will be added back to the original list.
  129.    o Now transfering files doesn't reset the filedate.
  130.    o Now you wont be allowed to transfer missing files.
  131.    o Now you won't be allowed to transfer files if destination area
  132.      contains a file by the same name.  It used to be overwritten.
  133. o  The enviornment variable RA is used to find the Files.ra or Flsearch.ctl
  134.    so you no longer have to run from the bbs directory.
  135. o  Makes use of the RemoteAccess filelist path for CD-Rom directories
  136. o  Can now have up to 600 files in an area, and 100 areas.
  137. o  Added support for a key file (For registered users).
  138.    The Key file (QFE.KEY) will:
  139.    1. Personalize your copy of QFE with your name.
  140.    2. Allow you to change most of the colors.
  141.    3. Allow you to override the 43/60 line mode and force 25 lines.
  142. o  Added QFECFG.EXE which allows registered users to customize QFE.
  143. o  Compiled in Turbo Pascal ver 5.5 rather than 3.1
  144.  
  145. Near future plans for Release 2.0 (Non-beta):
  146. o  Drop down menus instead of function keys for options (With mouse control)
  147. o  Pop-Up option mouse boxes for setting flags
  148. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  149. If you consider QFE to be of use to you, please send a $10 registration fee
  150. along with the following information to:
  151.        Jim Black                   (Make check payable to Jim Black)
  152.        90 Salem Street
  153.        Methuen MA 01844
  154.  
  155.  
  156. Name:__________________________________ Home Phone:______________________
  157.  
  158. BBS Name:______________________________ BBS Phone:_______________________
  159.  
  160. BBS Fido address (If any) __:____/_____ QFE Version registering:_________
  161.  
  162. BBS Software:__________________________ Baudrate:________________________
  163.  
  164. Address:_________________________________________________________________
  165.  
  166. Comments:________________________________________________________________
  167.  
  168.          ________________________________________________________________
  169.  
  170.          ________________________________________________________________
  171.  
  172.          ________________________________________________________________
  173.  
  174.  
  175.  
  176.   This will encourage me to come out with more software for QuickBBS/RA
  177.   and new updates of QFE.  Also, be sure to include all the information
  178.   that will be nessasary for me to send updates to you.  You will recieve
  179.   a Key for QFE either in the mail or at your Fido address.
  180.  
  181.   Feel free to write with comments or bug reports.
  182.   Call (508)682-0133 300-14,400 HST Fido Node 1:324/115
  183.   Enter "SYSOP" in response to the Comments? prompt in the new user
  184.   Quesionnaire for imediate access to the Visiting SysOp file areas.
  185.